Multiple arguments require a command with each filename.
authorrobertl <robertl>
Sat, 21 Dec 2002 06:48:25 +0000 (06:48 +0000)
committerrobertl <robertl>
Sat, 21 Dec 2002 06:48:25 +0000 (06:48 +0000)
README

diff --git a/README b/README
index a6588674aee9e8275884dbefbf2ef04707e16148..509eb0e444e105867a1df358b4c5e8c088822b8e 100644 (file)
--- a/README
+++ b/README
@@ -276,12 +276,12 @@ ADVANCED USAGE
        new -i argument is seen.  Files are read in the order they appear.  
        So you could merge three input files into one output file with:
        
-       gpsbabel -i geo 1.loc 2.loc 3.loc -o geo -F big.loc
+       gpsbabel -i geo -f 1.loc -f 2.loc -f 3.loc -o geo -F big.loc
 
        You can merge files of different types:
 
-       gpsbabel  -i geo 1.loc -i gpx 2.gpx -i pcx 3.pcx -o gpsutil -F big.gps
+       gpsbabel  -i geo -f 1.loc -i gpx -f 2.gpx -i pcx 3.pcx -o gpsutil -F big.gps
 
        You can write the same data in different output formats:
 
-       gpsbabel -i geo 1.loc -o gpx -F 1.gpx -o pcx 1.wpt
+       gpsbabel -i geo -f 1.loc -o gpx -F 1.gpx -o pcx 1.wpt